home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / lblmkr60.arc / LBLFDSET.BAT < prev    next >
DOS Batch File  |  1986-08-13  |  1KB  |  32 lines

  1. echo off
  2. echo               Be sure that the hard disk is the default drive
  3. echo     WARNING  The hard disk must be the current drive.  If it is not, the
  4. echo              installation will not be performed properly.  Check to be
  5. echo              sure the screen displays the correct prompt for whichever
  6. echo              letter designates your hard disk, not A.
  7. pause
  8. cls
  9. echo                                       *
  10. echo                ----------L A B E L   M A K E R   6.00----------
  11. echo                  Copyright (c) 1984,1985,1986 Fort's Software
  12. echo                                       *
  13. echo                   Creating a subdirectory on your hard disk.
  14. md \lblmaker
  15. cd \lblmaker
  16. echo         The subdirectory \LBLMAKER has been created on your hard disk.
  17. echo                                       *
  18. echo                      Copying the files to your hard disk.
  19. copy a:*.bat >nul
  20. copy a:*.exe >nul
  21. copy a:*.bas >nul
  22. copy a:*.doc >nul
  23. del lblsetup.bat
  24. del lblfdset.bat
  25. dir
  26. echo                                       *
  27. echo Remove the original program disk from Drive A and place it in a safe place
  28. echo                                       *
  29. echo        Your default drive should be the subdirectory you just created
  30. echo                                      and
  31. echo                    The disk to be labeled goes in Drive B
  32.